home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 107 / CD Gamer Issue 107 (March 2002) (Disc 1).BIN / intro.dxr / 00016_Exit2.ls < prev    next >
Encoding:
Text File  |  2002-01-28  |  253 b   |  13 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("exithigh")
  3.   sound(1).play(member("ExitRollover"))
  4. end
  5.  
  6. on mouseLeave me
  7.   set the member of sprite the currentSpriteNum to member("exitbutton")
  8. end
  9.  
  10. on mouseUp me
  11.   halt()
  12. end
  13.